encoding operation造句
例句与造句
- Passes a substitute string to an encoding operation
将替代字符串传递给编码操作。 - In a rpc - encoded operation call , the content of the
在rpc -编码操作调用中, - The encoding operation calls the
编码操作调用 - Class , which represents a data buffer used in an encoding operation , is the base class for the
类表示编码操作中使用的数据缓冲区,它是 - If the input character cannot be converted to an output byte sequence , the encoding operation calls the
如果输入字符无法转换为输出字节序列,则编码操作调用 - It's difficult to find encoding operation in a sentence. 用encoding operation造句挺难的
- However , an encoding operation can fail if the input character cannot be represented by the encoding
不过,如果输入字符不能通过编码过程得到表示,编码操作就可能失败。 - Replacement a string that is converted in an encoding operation in place of an input character that cannot be encoded
编码操作中转换的、用以替代无法编码的输入字符的字符串。 - Object represents a standard behavior wherein an exception is thrown if an encoding operation fails
对象表示的不是数据缓冲区,而是一个标准行为,即当编码操作失败时引发异常。 - Also preserves trailing characters at the end of data blocks and uses the trailing characters in the next encoding operation
还保留数据块结尾的尾部字符并将这些尾部字符用在下一次编码操作中。 - Object also preserves trailing characters at the end of data blocks and uses the trailing characters in the next encoding operation
对象还保留数据块结尾的尾部字符并将这些尾部字符用在下一次编码操作中。 - Trailing characters at the end of the data block are stored in an internal buffer and used in the next encoding operation
,则位于数据块结尾的尾随字符将存储在内部缓冲区中,并在下一次编码操作中使用。对一个数据块调用 - The substitute string is encoded in place of the invalid character , and then the encoding operation continues converting the remainder of the input
类都会用一个字符串来替代。替代字符串将代替无效字符进行编码,然后编码操作将继续转换剩余的输入。 - However , an encoding operation , which converts an input character to an output byte sequence , or a decoding operation , which converts an input byte sequence to an output character , will fail if no mapping is defined for a particular character
但是,如果没有为特定字符定义映射,则编码操作(将输入字符转换为输出字节序列)或解码操作(将输入字节序列转换为输出字符)将失败。